Github Actionsで自動push
いくつか方法がある
actions/checkoutとgit-auto-commit-actionを使う
https://github.com/stefanzweifel/git-auto-commit-action
Git auto-commit action | michaelheap.com
以前のworkflowsで変更されたファイルを検知し、まとめてpushしてくれる
Github Actionで自動コミット設定をする
https://qiita.com/kromiii/items/34fa7025bf860f79197a
.github/workflow/内のコードを変更したときは、特殊な権限が必要
stefanzweifel/git-auto-commit-action@v3.0.0ではuntracked fileがあるときエラー終了する - Lambdaカクテル
dirtyなときエラーが出る
skip_dirty_check: trueで解決しそう
actions/checkoutとgitcommandsを使う
【GitHub Actions】定期的に自動コミット・プッシュを行う - Dim雑記
sandbox-github-actions-schedulerの方法もこちら
/meganii/Github Actionsでbotによるアイコン付きのCommitをする方法
GitHub Actions
#2024-02-20 00:34:02
#2021-12-08 22:53:21